func os.newDirFile

2 uses

	os (current package)
		removeall_at.go#L180: 	return newDirFile(fd, name)
		removeall_unix.go#L9: func newDirFile(fd int, name string) (*File, error) {